{% extends "resume/base.html" %} {% block title %}{{ p.full_name }} — Preview{% endblock %} {% block header_actions %} Download PDF Edit {% endblock %} {% block content %} {% if incomplete_sections %}

Some sections are still in progress.

Complete {{ incomplete_sections_display }} to make sure they appear in downloads.

{% endif %}
{% include "resume/_resume_core.html" %}
{% endblock %}